home *** CD-ROM | disk | FTP | other *** search
- Path: osse.nrl.navy.mil!jung
- From: jung@osse.nrl.navy.mil (Greg Jung)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Amiga equiv of conio.h
- Date: 5 Jan 1996 20:42:37 GMT
- Organization: NRL, Washington, D.C. - Code 7650
- Sender: jung@osse.nrl.navy.mil ()
- Distribution: world
- Message-ID: <4ck2ft$pvp@ra.nrl.navy.mil>
- References: <Pine.HPP.3.91-941213.960103232026.2289A-100000@pahang.dur.ac.uk> <29790985@luck.shnet.org>
- Reply-To: jung@osse.nrl.navy.mil ()
- NNTP-Posting-Host: ossen.nrl.navy.mil
- X-Newsreader: mxrn 6.18-32
-
-
- In article <29790985@luck.shnet.org>, "Christian Pekeler" <pekeler@luck.shnet.org> writes:
- |>Nick Pratt:
- |>> Ok, Ive been programming on a PC for some company, and Ive relied quite
- |>> heavily on the functions in conio.h(Turbo C++, V3.0), and I was
- |>> wondering if anyone has any equivalent amiga functions for this library,
- |>> such as gotoxy(x,y), clreol(x,y) (clear to end of line from pt x,y) etc.
- |>
- |>This dirty hack worked for me in g++, maybe it will help you as
- |>a basis for other funktions of conio...
- |>
- |>my_conio.h----------------------CUT----------------------------------
- |>// my conio.h, Christian Pekeler, 23.5.95
-
-
- [bleech]
-
- You need to look at curses.h, and such a file should also be
- available on the TC compiler, or in the GCC implementation.
-
- Greg
-